home *** CD-ROM | disk | FTP | other *** search
- object FormMenu: TFormMenu
- Left = 282
- Top = 156
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'PC Gamer DISC'
- ClientHeight = 449
- ClientWidth = 632
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 632
- Height = 449
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnMouseMove = AllMouseMove
- end
- object LabReviews: TLabel
- Left = 8
- Top = 72
- Width = 66
- Height = 36
- Alignment = taCenter
- Caption = 'Reviews Database'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabReviewsClick
- OnMouseMove = AllMouseMove
- end
- object LabCompany: TLabel
- Left = 8
- Top = 240
- Width = 66
- Height = 36
- Alignment = taCenter
- Caption = 'Company Database'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabCompanyClick
- OnMouseMove = AllMouseMove
- end
- object LabDemos: TLabel
- Left = 8
- Top = 128
- Width = 66
- Height = 36
- Alignment = taCenter
- Caption = 'Demos Database'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabDemosClick
- OnMouseMove = AllMouseMove
- end
- object LabAbout: TLabel
- Left = 21
- Top = 328
- Width = 41
- Height = 18
- Alignment = taCenter
- Caption = 'About'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabAboutClick
- OnMouseMove = AllMouseMove
- end
- object LabPatches: TLabel
- Left = 8
- Top = 184
- Width = 66
- Height = 36
- Alignment = taCenter
- Caption = 'Patches Database'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabPatchesClick
- OnMouseMove = AllMouseMove
- end
- object LabExit: TLabel
- Left = 28
- Top = 360
- Width = 27
- Height = 18
- Alignment = taCenter
- Caption = 'Exit'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabExitClick
- OnMouseMove = AllMouseMove
- end
- object Label1: TLabel
- Left = 128
- Top = 72
- Width = 249
- Height = 26
- Caption = 'PCGamer CD Database'
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -23
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentColor = False
- ParentFont = False
- end
- object LabelMainMenu: TLabel
- Left = 441
- Top = 2
- Width = 78
- Height = 18
- Caption = 'Main Menu'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object RichEdit1: TRichEdit
- Left = 127
- Top = 124
- Width = 473
- Height = 253
- BorderStyle = bsNone
- Color = clWhite
- Enabled = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Benvenuti nel database di PC Gamer!'
-
- '� qui che troverete tutte le informazioni possibili sulla vostra' +
- ' '
- 'rivista preferita:'
-
- 'l'#39'indice completo delle Recensioni, che include tutte le recensi' +
- 'oni '
- 'apparse su PC Gamer;'
- 'l'#39'archivio dei Demo, con tutti i demo inclusi nei CD; '
-
- 'l'#39'archivio delle patch, che vi aiuter� a trovare tutte le patch ' +
- 'da noi '
-
- 'pubblicate, nel caso vi trovaste a che fare con un gioco non pi�' +
- ' '
- 'tanto nuovo; '
-
- 'infine, l'#39'archivio delle software house, che vi riveler� ci� che' +
- ' '
- 'volete sapere delle compagnie che realizzano e pubblicano i '
- 'giochi per PC.')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
-